home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / text / EAC14b.lha / EAC / Developers / Tutorials / Tutorial_08.EAC < prev    next >
Text File  |  1980-12-04  |  524b  |  23 lines

  1. .--------------------------------------------------------------------.
  2. |  Hello again. This little example shows you how to send the power  |
  3. |                       light on your Amiga mad!                     |
  4. `--------------------------------------------------------------------'
  5.  
  6. WINDOW:Watch your power light!
  7.  
  8. PAGE:START
  9. LEDOFF:
  10. Hey! You left your light on!
  11.  
  12. ADDOPT:I'll turn it off then!:LED_OFF
  13.  
  14. ENDPAGE:
  15.  
  16. PAGE:LED_OFF
  17. LEDON:
  18. Now I can't see! Turn the light back on!
  19.  
  20. ADDOPT:Turn the light back on!:START
  21.  
  22. ENDPAGE:
  23.